projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a106b54
)
reftest: Plug memleak
author
Benjamin Otte
<otte@redhat.com>
Fri, 6 Mar 2020 04:52:44 +0000
(
05:52
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 6 Mar 2020 04:52:44 +0000
(
05:52
+0100)
testsuite/reftests/gtk-reftest.c
patch
|
blob
|
history
diff --git
a/testsuite/reftests/gtk-reftest.c
b/testsuite/reftests/gtk-reftest.c
index f54244db3eec2d44fd1bad9dd3f1ef012f9171ea..9ddd0dab1e60fe24ddbb6cf4791380f6766029cc 100644
(file)
--- a/
testsuite/reftests/gtk-reftest.c
+++ b/
testsuite/reftests/gtk-reftest.c
@@
-172,7
+172,7
@@
get_test_file (const char *test_file,
get_components_of_test_file (test_file, &dir, &base);
-
file = g_string_new (
dir);
+
g_string_append (file,
dir);
g_string_append (file, G_DIR_SEPARATOR_S);
g_string_append (file, base);
g_string_append (file, extension);